Re: [NTG-context] thumb index: \setlayer on every odd/even page?

2019-05-13 Thread Wolfgang Schuster
Henning Hraban Ramm schrieb am 13.05.2019 um 23:17: Hai, how must I setup layers that get repeated on every even/odd page? Or should I use \doifoddpageelse with \setlayer? Or do you have a different suggestion for thumb index “boxes”? https://wiki.contextgarden.net/Thumb_index You can also

[NTG-context] thumb index: \setlayer on every odd/even page?

2019-05-13 Thread Henning Hraban Ramm
Hai, how must I setup layers that get repeated on every even/odd page? Or should I use \doifoddpageelse with \setlayer? Or do you have a different suggestion for thumb index “boxes”? Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de GPG Key

[NTG-context] \setlayer on \startalign row

2013-02-06 Thread Troy Henderson
I would like to make a row of a \startalign ... \stopalign hidden. The following fails. \starttext \definelayer[hiddenlayer][state=stop] \startformula \startalign[n=3,align={right,middle,left}] \NC a \NC = \NC b \NR \setlayer[hiddenlayer]{\NC a + c \NC

Re: [NTG-context] \setlayer on \startalign row

2013-02-06 Thread Aditya Mahajan
\setlayer[hiddenlayer]{\NC a + c \NC = \NC b + c \NR} \stopalign \stopformula \stoptext Layers would not work for something like this. I usually use the attached macros for stepping: \environment steps \starttext \StartStepping 2 \startformula \startalign[n=3,align

Re: [NTG-context] \setlayer on \startalign row

2013-02-06 Thread Troy Henderson
Aditya, Thanks for your steps.tex. The following example does not work as expected. In particular, the first equation moves from page 1 to page 2, and the 12 x moves from page 2 to page 3. Troy \StartStepping{10} \startformula

Re: [NTG-context] \setlayer on \startalign row

2013-02-06 Thread Troy Henderson
Aditya, Can you confirm this phenomenon? Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context

Re: [NTG-context] \setlayer on \startalign row

2013-02-06 Thread Aditya Mahajan
On Wed, 6 Feb 2013, Troy Henderson wrote: Aditya, Thanks for your steps.tex. The following example does not work as expected. In particular, the first equation moves from page 1 to page 2, and the 12 x moves from page 2 to page 3. Troy \StartStepping{10} \startformula

Re: [NTG-context] \setlayer on \startalign row

2013-02-06 Thread Aditya Mahajan
On Wed, 6 Feb 2013, Aditya Mahajan wrote: On Wed, 6 Feb 2013, Troy Henderson wrote: Aditya, Thanks for your steps.tex. The following example does not work as expected. In particular, the first equation moves from page 1 to page 2, and the 12 x moves from page 2 to page 3. Troy

Re: [NTG-context] \setlayer on \startalign row

2013-02-06 Thread Troy Henderson
For display equations, the following will also work (but it is very tedius to type) Good workaround. Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist :

Re: [NTG-context] \setlayer on \startalign row

2013-02-06 Thread Troy Henderson
Any idea how to put a \framed{ ... } around \NC \NC x \NC = \NC 12 Troy ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /

Re: [NTG-context] \setlayer on \startalign row

2013-02-06 Thread Aditya Mahajan
On Wed, 6 Feb 2013, Troy Henderson wrote: Any idea how to put a \framed{ ... } around \NC \NC x \NC = \NC 12 AFAIK, you can't. It's on my TODO list but requires a complete rewrite of math align macros. If you really need it: \startsetups table:math \setupTABLE[frame=off, toffset=0.2ex,

[NTG-context] Problem with location=left (at least) of setlayer

2012-01-18 Thread Cedric Mauclair
=page] \starttext %% \setlayer[page][location=left]{It doesn't work} \setlayer[page][location=rightbottom]{It works!} \input knuth \stoptext Best regards. -- Cédric ___ If your question is of interest to others

Re: [NTG-context] Problem with location=left (at least) of setlayer

2012-01-18 Thread Wolfgang Schuster
Am 18.01.2012 um 21:34 schrieb Cedric Mauclair: Hi Hans, hi list, The following example shouts at me (something about \syst_boxes_with_next_box, \pack_layers... and a bunch of other stuff) if I uncomment the location=left part (right and others are fine): supp-box.mkiv (line 2188):

Re: [NTG-context] Problem with location=left (at least) of setlayer

2012-01-18 Thread Cédric Mauclair
Many thanks Wolfgang. -- Cédric Le 18 janv. 2012 à 21:51, Wolfgang Schuster schuster.wolfg...@googlemail.com a écrit : Am 18.01.2012 um 21:34 schrieb Cedric Mauclair: Hi Hans, hi list, The following example shouts at me (something about \syst_boxes_with_next_box, \pack_layers...

[NTG-context] Learning layers: setlayer vs. setlayerframed

2011-10-26 Thread Mari Voipio
between \setlayer and \setlayerframed. Is the latter a subset of the first and possibly equal to \setlayer [name] % name of the layer {\framed[...=...,...=...]{LAYER}} % the actual contents of the layer or something else? And which one should I use, anyway? I need to put a bit of text

Re: [NTG-context] Learning layers: setlayer vs. setlayerframed

2011-10-26 Thread Wolfgang Schuster
on the wiki page, I'm wondering: what's the difference between \setlayer and \setlayerframed. Is the latter a subset of the first and possibly equal to \setlayer [name] % name of the layer {\framed[...=...,...=...]{LAYER}} % the actual contents of the layer or something else? Yes